Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum


  

PreviousPrevious NextNext

RE: Try to fill the fields with the formula in another event (like PostOpen) and then refresh the form.
~Yentl Cisnitergon 12.Jan.04 03:56 PM a Web browser
Domino Designer 6.0.1 CF2 Windows 2000


The keyword is a field on the current form and thus the selections are re-computed on that keyword change. Therefore the default formula or the PostOpen on the form will not work as they only fire once.

You'll need to put a computed field under the checkbox field in question that checks to see if the value of the keyword has changed and if so, re-populate the checkbox's.

Something like this

field
Computed
Hidden always
Name: Computer
formula:
@if(Computer = c_pakket_code_1; ""; @setfield("YourCheckboxFieldName"; @DbLookup("";@DbName;"pakketten";c_pakket_code_1;"p_verrichtingen"));

c_pakket_code_1

something like that should work, otherwise you'll need to use exiting events and I don't know if they're reliable when exiting listboxes, comboboxes, checkboxes...

hth

Dana




Automatic select items in checkboxf... (~Dexter Nonnuad... 12.Jan.04)
. . What happens if you put the same fo... (~Fred Fezresage... 12.Jan.04)
. . . . RE: What happens if you put the sam... (~Dexter Nonnuad... 12.Jan.04)
. . . . . . Try to fill the fields with the for... (~Fred Fezresage... 12.Jan.04)
. . . . . . . . RE: Try to fill the fields with the... (~Yentl Cisniter... 12.Jan.04)


Document Options






  Document options
Print this pagePrint this page

Search this forum

Forum views and search


  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS